'Declaration Public Function New( _
ByVal blackPixelRemovalThresholdThreshold, in percents, for black pixels removal.As System.Int32, _
ByVal whitePixelRemovalThresholdThreshold, in percents, for white pixels removal.As System.Int32, _
ByVal halftoneRegionsList of regions to process. Value of this parameter can be null, in that case entire image or region of interest will be processed.As System.Collections.Generic.List(Of Point) _
)
public RestoreTextFromHalftoneCommand(
System.Int32 blackPixelRemovalThreshold,
System.Int32 whitePixelRemovalThreshold,
System.Collections.Generic.List<Point> halftoneRegions
)
public: RestoreTextFromHalftoneCommand(
System.Int32 blackPixelRemovalThreshold,
System.Int32 whitePixelRemovalThreshold,
System.Collections.Generic.List<Point*>* halftoneRegions
)
public:
RestoreTextFromHalftoneCommand(
System.Int32 blackPixelRemovalThreshold,
System.Int32 whitePixelRemovalThreshold,
System.Collections.Generic.List<Point^>^ halftoneRegions
)
Parameters
- blackPixelRemovalThreshold
- Threshold, in percents, for black pixels removal.
- whitePixelRemovalThreshold
- Threshold, in percents, for white pixels removal.
- halftoneRegions
- List of regions to process. Value of this parameter can be null, in that case entire image or region of interest will be processed.